簡單介紹MCV的檔案配置
1.App_Data:存放資料庫的資料匣
2.App_Start:Web服務啟動時註冊的功能
3.Content:存CSS
4.Controllers:存Controller,其檔名結尾一定是Controller
5.Filters:開發者自訂的過濾器存放處
6.Image:Icon及圖片
7.Models:存Model
8.Scripts:JavaScript
9.Views:由Controller名稱決定存放的資料夾,其名稱由Controller中的Action決定。
10.Global.asax:MVC 4之後已獨立出至App_Start資料夾
11.Web.config:網路程式的組態設定